Description
Follow the given transition on the input document life cycle state
Operation id | Document.FollowLifecycleTransition |
Aliases | Document.SetLifeCycle
|
Category | Document |
Label | Follow Life Cycle Transition |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Document.FollowLifecycleTransition",
"aliases" : [ "Document.SetLifeCycle" ],
"label" : "Follow Life Cycle Transition",
"category" : "Document",
"requires" : null,
"description" : "Follow the given transition on the input document life cycle state",
"url" : "Document.FollowLifecycleTransition",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "value",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}